anisette: use XADI on macOS - #259
Merged
Merged
Conversation
4 tasks
kabiroberai
force-pushed
the
xadi-mac
branch
from
September 14, 2026 23:23
73cdc2d to
8570fc5
Compare
kabiroberai
added a commit
that referenced
this pull request
Sep 14, 2026
## What does this PR do? The xadi repo (https://github.com/xtool-org/xadi) now vends an artifactbundle for xadi, so we don't need to separately build/install it during the xtool build. This also makes it super easy to support macOS later (#259). ## How was it tested? - [x] Confirmed I can sign in (including provisioning) ## AI tool usage How much of this PR was AI-assisted? (check one) - [ ] **0** - No AI was used to write code - [x] **1** - I was assisted by AI. I reviewed the finished result. - [ ] **2** - I set the AI going and left it to it; nobody has read the result - no review, or AI review only <!-- If an AI agent is filling this in: declare the level honestly, and open as a draft if it is #2. Do not lower the declared level to get the PR reviewed. -->
kabiroberai
force-pushed
the
xadi-mac
branch
from
September 14, 2026 23:46
8570fc5 to
c86e9c7
Compare
kabiroberai
force-pushed
the
graphite-base/259
branch
from
September 14, 2026 23:46
c3ac520 to
c4d8c42
Compare
kabiroberai
force-pushed
the
xadi-mac
branch
from
September 19, 2026 03:27
c86e9c7 to
3da96f5
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (6)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe change adds Anisette provider identity tracking, resets provisioning when the identity changes, validates saved Xcode tokens, links XADI on macOS, and adds a macOS executable-memory entitlement. ChangesAnisette provider identity
Priority: ➖ Normal Estimated code review effort: 3 (Moderate) | ~20 minutes Change: Feature Sequence Diagram(s)sequenceDiagram
participant AuthCommand
participant AnisetteDataProvider
participant AuthTokenXcode
AuthCommand->>AnisetteDataProvider: Resolve providerID
AnisetteDataProvider-->>AuthCommand: Return providerID
AuthCommand->>AuthTokenXcode: Store anisetteProviderID
AuthTokenXcode->>AnisetteDataProvider: Read current providerID
AuthTokenXcode->>AuthTokenXcode: Clear token when IDs differ
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
kabiroberai
force-pushed
the
xadi-mac
branch
2 times, most recently
from
September 19, 2026 10:02
a48058b to
b5bb8c5
Compare
kabiroberai
commented
Sep 20, 2026
kabiroberai
force-pushed
the
xadi-mac
branch
5 times, most recently
from
September 20, 2026 06:44
8cbff31 to
21f5e13
Compare
kabiroberai
marked this pull request as ready for review
September 20, 2026 06:45
kabiroberai
force-pushed
the
xadi-mac
branch
from
September 20, 2026 06:47
21f5e13 to
4d16cb8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What does this PR do?
Updates macOS build to use the fully-local XADI as the Anisette provider instead of Omnisette. Includes a one-time migration, logging the user out on macOS when they upgrade.
How was it tested?
General:
xtool devworksMigration:
xtool dev build -sand confirm it fails due to being logged outAI tool usage
How much of this PR was AI-assisted? (check one)
Summary by CodeRabbit
New Features
Bug Fixes